home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-05-17 | 257 b | 5 lines | [TEXT/ToyS] |
- tell application "Search.exe"
- set sdoc to Search Doc "search_me" for "two" address "www.uth.tmc.edu" user "cshotton" password "dummy"
- set srch to Search "This is a simple Search."
- return "SDOC results: " & sdoc & return & "SRCH results: " & srch
- end tell